home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
cdrfl101.zip
/
cdrgfl.cfg
next >
Wrap
Text File
|
1997-07-20
|
4KB
|
107 lines
; Configuration file for CDRFL.
;
; All lines that start with a semicolon are ignored.
;
; The commands you put in this file tell CDRFL how to generate the output
; file(s).
;
; The commands can be in any order, as long as they are all there.
;
; This file MUST be small than 64k in size.
;
; Multiple configuration files can be used. By default, CDRFL uses
; CDRFL.CFG.
;
; Each configuration file can control two file listings:
;
; 1) Full listing of all files in all areas marked as scanable.
; 2) Listing of all new files since last process, marked as scanable.
;
; Following is a listing of the commands tha can be used in this file,
; a description of the commands, and, if necessary for clarification,
; an example of how to use them.
;
; All parameters for commands are seperated by commas.
; Commands and parameters are case insensitive. To illustrate this, I use
; a mixture of upper case and lower case letters below.
;
; For filenames, if no path is used, the directory CDRFL is in will be used.
;
; Command: FULL/NEW
; Parameters: ON, OFF
; Purpose: Enables or disables full/new file listing
; Default: ON
; Required: No
; Example: FULL,ON
; Example: NEW,ON
;
; Command: NEW_AGE
; Parameter: Number
; Purpose: Defines how new files have to be to be included in the new filelist
; Required: If NEW is on, yes
; Notes: Can not be larger than 255 days
; Notes: Otherwise known as Yanni
;
; Command: FULL_NAME/NEW_NAME
; Parameter: Name (and optional path) of output file listing
; Restrictions: Gull path and filename must be less than 64 bytes
; Required: If FULL/NEW is ON
;
; Command: FULL_HDR/NEW_HDR
; Parameter: Name (and optional path) of header text file for full/new listing
; Restrictions: Full path and filename must be less than 64 bytes
; Required: Not required
;
; Command: FULL_FTR/NEW_FTR
; Parameter: Name (and optional path) of footer text file for full/new listing
; Restrictions: Full path and filename must be less than 64 bytes
; Required: Not required
;
; Command: FULL_LIST/NEW_LIST
; Parameter: ALL, NONE
; Purpose: Determines whether all bases are included or are not included
; in the full/new output listing
; Default: ALL
; Required: Not required
; Notes: Any area not specified by FULL_AREA/NEW_AREA defaults to this
; setting
; Notes: This means any NEW file base you add will automatically follow these
; settings
;
; Command: FULL_AREA/NEW_AREA
; Parameter(s): x,x-x,...
; Purpose: Set these base(s) to the opposite of the FULL_LIST/NEW_LIST setting
; Required: Not required
; Notes: Can be used more than once
; Notes: Must come after FULL_LIST/NEW_LIST
; Example: 1,5-10,15,20-25
;
;
; Following are some examples, all commented out. Examples:
;
;FULL_NAME,c:\renegade\cdrfl\lotl2.txt
;NEW_NAME,c:\renegade\cdrfl\lotl2.new
;new_age,3
;FULL_HDR,c:\renegade\cdrfl\full.hdr
;NEW_hdr,c:\renegade\cdrfl\new.hdr
;full_ftr,c:\renegade\cdrfl\full.ftr
;new_ftr,c:\renegade\cdrfl\new.ftr
;
; the above scans all files areas for both listings, with a 3 day requirement
; for a file to be new
;
; if this command was used with the above:
;
;FULL_AREA,11-20,25-30,40-50
;
; all areas would be on, except for #11 - #20 in the FULL listing
;
; If these were used instead:
;
;FULL_LIST,none
;full_area,1
;new_area,1
;
; for the full output, everything would be off except base #1 and
; for the new output, everything would be on except base #1